home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / turbovis / tvtoyc01.zip / TVVIDEO.H < prev    next >
C/C++ Source or Header  |  1994-01-12  |  502b  |  25 lines

  1. #if !defined( __TVVIDEO_H )
  2. #define __TVVIDEO_H
  3.  
  4.  
  5.   /* INEXACT value, used for screen lines calculations */
  6.   extern int videoScanLines;
  7.  
  8.   void preventModeSwitch();
  9.   void checkScanLines();
  10.   void setSpecialScreenMode(ushort Mode);
  11.   void setInternalFont(uchar Font);
  12.   void setUserFont(uchar Points, void *Font);
  13.   void toggleVideoLines();
  14.   void initTVVideo();
  15.  
  16.  
  17.   void doNothing();
  18.  
  19.   const
  20.     /* Called when font changed */
  21.     extern void (*videoModeChanged)();
  22.  
  23.  
  24. #endif
  25.